Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientFillEffect Structure / Create Method / Create(Double,Double,Double,Double,GradientStop[]) Method
A GradientStop array indicates the gradient stops.


In This Topic
    Create(Double,Double,Double,Double,GradientStop[]) Method
    In This Topic
    Creates the path gradient fill.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Create( _
       ByVal top As Double, _
       ByVal left As Double, _
       ByVal bottom As Double, _
       ByVal right As Double, _
       ByVal gradientStops() As GradientStop _
    ) As GradientFillEffect
    'Usage
     
    
    Dim top As Double
    Dim left As Double
    Dim bottom As Double
    Dim right As Double
    Dim gradientStops() As GradientStop
    Dim value As GradientFillEffect
     
    value = GradientFillEffect.Create(top, left, bottom, right, gradientStops)

    Parameters

    top
    left
    bottom
    right
    gradientStops
    A GradientStop array indicates the gradient stops.

    Return Value

    A GradientFillEffect value represents the gradient fill effect.
    See Also